/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
    font-family: 'Circe Slab C';
    src: url('fonts/CirceSlabC-Medium.eot');
    src: local('Circe Slab C Medium'), local('CirceSlabC-Medium'),
        url('fonts/CirceSlabC-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/CirceSlabC-Medium.woff2') format('woff2'),
        url('fonts/CirceSlabC-Medium.woff') format('woff'),
        url('fonts/CirceSlabC-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circe Slab C';
    src: url('fonts/CirceSlabC-Regular.eot');
    src: local('Circe Slab C'), local('CirceSlabC-Regular'),
        url('fonts/CirceSlabC-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/CirceSlabC-Regular.woff2') format('woff2'),
        url('fonts/CirceSlabC-Regular.woff') format('woff'),
        url('fonts/CirceSlabC-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circe Slab C';
    src: url('fonts/CirceSlabC-Bold.eot');
    src: local('Circe Slab C Bold'), local('CirceSlabC-Bold'),
        url('fonts/CirceSlabC-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/CirceSlabC-Bold.woff2') format('woff2'),
        url('fonts/CirceSlabC-Bold.woff') format('woff'),
        url('fonts/CirceSlabC-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mr Dafoe';
    src: url('fonts/MrDafoe-Regular.woff2') format('woff2'),
        url('fonts/MrDafoe-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-ExtraBold.woff2') format('woff2'),
        url('fonts/Manrope-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
*/

@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-Bold.woff2') format('woff2'),
        url('fonts/Manrope-Bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Circe';
	src: url('fonts/Circe-Regular.eot');
	src: local('Circe'), local('Circe-Regular'),
		url('fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Circe-Regular.woff') format('woff'),
		url('fonts/Circe-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* ==========================================================================
   NORMALIZE
   ========================================================================== */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	font-family: sans-serif;
	color: #222;
	font-size: 1em;
	line-height: 1.5;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

html * {
	max-height: 1000000px;
}

body {
	margin: 0;
	position: relative;
	background: #fff;
	min-width: 320px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
	border-radius: 0;
	-webkit-appearance: none;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
	border-radius: 0;
	-webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	opacity: 1;
	transition: all 0.2s ease-out;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	transition: all 0.2s ease-out;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	opacity: 1;
	transition: all 0.2s ease-out;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	opacity: 1;
	transition: all 0.2s ease-out;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

/* ==========================================================================
   HELPER CLASSES
   ========================================================================== */
.container {
	margin: auto;
	width: 100%;
	padding: 0 15px;
	padding: 0 56px;
}

.hidden {
	display: none;
}

.unselectable {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.wrapper {
	overflow: hidden;
}

body {
	background: linear-gradient(180deg, #FFFFFF 6.91%, #FBF2EF 9.56%);
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.header__row {
	height: 106px;
	display: flex;
	align-items: center;
}

.header__logo {
	width: 317px;
	flex-shrink: 0;
	margin-left: -34px;
}

.header__logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.header__city {
	margin-left: 58px;
}

.city {
	font-family: 'Circe Slab C';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 21px;
	color: #000;
	position: relative;
	padding-left: 33px;
}

.city:before {
	content: '';
	position: absolute;
	left: 0;
	top: -7px;
	width: 26px;
	height: 27px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/city.svg);
}

.header__hot {
	margin-left: 163px;
}

.hot {
	font-family: 'Circe Slab C';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 21px;
	color: #000;
	display: flex;
	background: #fff;
	border: 2px solid #DDD9D9;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	padding: 12px 81px 12px 11px;
	position: relative;
}


.hot:after {
	content: '';
	position: absolute;
	top: 4px;
	right: 32px;
	width: 32px;
	height: 37px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/hot.svg);
}

.hot__ava {
	width: 52px;
	margin-right: 7px;
	flex-shrink: 0;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.hot__ava:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(0.77deg, rgba(0, 0, 0, 0) 43.66%, rgba(132, 61, 61, 0) 93.17%);
}

.hot__ava img {
	display: block;
	width: 100%;
	height: auto;
}

.hot__text {
	margin-top: 14px;
}

.hot b {
	font-weight: 500;
}

.header__age {
	margin-left: auto;
}

.age {
	font-family: 'Circe Slab C';
	font-style: normal;
	font-weight: 700;
	font-size: 54px;
	line-height: 57px;
	color: #A2A2A2;
}

.header__btn {
	display: none;
	width: 30px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/btn.svg);
	cursor: pointer;
}

.header__profile {
	display: none;
	width: 26px;
	height: 29px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/profile.svg);
	cursor: pointer;
}

.navbar-cast .hot {
	display: none;
}

.navbar-cast .city {
	display: none;
}

.navbar__close {
	display: none;
	width: 30px;
	height: 30px;
	top: 0;
	right: 0;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px 24px;
	background-image: url(img/close.svg);
	cursor: pointer;
}

.navbar__close:hover {
	opacity: 0.8;
}

/* ==========================================================================
   ADD
   ========================================================================== */
.add {
	display: flex;
	background: #BD3026;
	padding: 6px 0;
}

.add__row {
	display: flex;
}

.add__label {
	font-family: 'Circe Slab C';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 23px;
	color: #fff;
	margin-right: 30px;
}

.add__link {
	display: inline-block;
	font-family: 'Circe Slab C';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 21px;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: all 0.2s ease-out;
}

.add__link b {
	margin-right: 4px;
	position: relative;
	top: 2.5px;
	font-weight: 500;
}

.add__link:hover {
	border-color: #fff;
}

/* ==========================================================================
   NAV
   ========================================================================== */
.nav {
	background: #fff;
	border: 1px solid #D9D9D9;
	padding: 10px 0 7px;
}

.nav__row {
	display: flex;
	align-items: center;
}

.nav__nav {
	font-family: 'Circe Slab C';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 21px;
	color: #000;
}

.nav__nav a {
	color: #000;
	text-decoration: none;
	transition: all 0.2s ease-out;
}

.nav__nav a:hover {
	color: #D4603C;
}

.nav__nav li + li {
	margin-left: 55px;
}

.nav__nav ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.nav__nav .hidden {
	display: none;
}

a.more {
	color: #D4603C;
	padding-right: 12px;
	position: relative;
}

a.more:after {
	content: '';
	position: absolute;
	right: 0;
	top: 1.5px;
	width: 9px;
	height: 15px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/more.svg);
	transition: all 0.2s ease-out;
}

a:hover.more:after {
	transform: scale(1.1);
}

.nav__links {
	margin-left: auto;
	display: flex;
	align-items: center;
}

.nav__check {
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/check.svg);
	transition: all 0.2s ease-out;
}

.nav__search {
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/search.svg);
	margin-left: 5px;
	transition: all 0.2s ease-out;
}

.nav__check:hover,
.nav__search:hover {
	transform: scale(1.1);
}

.nav__auth {
	font-family: 'Circe Slab C';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 17px;
	color: #fff;
	padding: 5px 15px;
	background: #D4603D;
	border-radius: 10px;
	text-decoration: none;
	margin-left: 16px;
	transition: all 0.2s ease-out;
}

.nav__auth:hover {
	background-color: #BD3026;
}
.modal {
    position: fixed;
    top: 15%;
    left: 20%;
    z-index: 999;
    background: #fff;
    padding: 0px 20px 20px 20px;
    max-width: 100%;
}
.close {
    float: left;
    background: #BD3026;
    color: #fff;
    padding: 5px;
    cursor: pointer;
}
#city_modal ul {
    columns: 6;
    list-style-type: none;
}
/* ==========================================================================
   FILTER
   ========================================================================== */
.filter {
	padding: 11px 0;
}

.fitler__container {
	max-width: 1648px;
	margin: auto;
}

.filter__wrapper {
	display: none;
	padding-top: 35px;
	padding-bottom: 60px;
}

.filter__wrapper.active, .active {
	display: block;
}

.filter__title {
	font-family: 'Circe Slab C';
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 38px;
	color: #000;
	text-align: center;
}

.filter__title span {
	padding: 0 33px;
	position: relative;
	cursor: pointer;
	user-select: none;
}

.filter__title span:after {
	content: '';
	position: absolute;
	right: 0;
	top: 2px;
	width: 14px;
	height: 12px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/down.svg);
	transform: rotate(-180deg);
	transition: all 0.2s ease-out;
}

.filter__title span.active:after {
	transform: rotate(0);
}

.filter__blocks {
	display: flex;
	flex-wrap: wrap;
	margin: -34px -48.5px 0;
}

.filter__block {
	margin-top: 34px;
	padding: 0 48.5px;
	width: 33.333333%;
}

.filter__caption {
	font-family: 'Circe Slab C';
	font-style: normal;
	font-weight: 700;
	font-size: 30.5796px;
	line-height: 32px;
	color: #fff;
	background: #BD3026;
	padding: 11px 24px 7px;
}

.filter__sliders {
	margin-top: 26px;
}

.slider {
	display: flex;
	align-items: center;
}

.slider__label {
	font-family: 'Circe Slab C';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 21px;
	color: #000;
	min-width: 93px;
	margin-right: 20px;
	flex-shrink: 0;
	margin-left: 21px;
}

.filter__slider + .filter__slider {
	margin-top: 13px;
}

.slider__slider {
	flex-grow: 1;
}

.range {
	display: flex;
}

.range__caption {
	font-family: 'Circe Slab C';
	font-style: normal;
	font-weight: 500;
	font-size: 10.2224px;
	line-height: 11px;
	color: #000;
}

.range__label {
	font-family: 'Circe Slab C';
	font-style: normal;
	font-weight: 500;
	font-size: 20.4448px;
	line-height: 21px;
	color: #000;
	min-width: 108px;
	margin-right: 20px;
	flex-shrink: 0;
	margin-top: 14px;
	margin-left: 21px;
}

.range__range {
	display: flex;
	align-items: flex-end;
}

.range__hr {
	width: 32px;
	height: 1px;
	background: #000;
	margin: 0 5px 13px;
}

.range__input {
	width: 104px;
}

.range__input input[type="text"] {
	display: block;
	width: 100%;
	height: 23px;
	background: #fff;
	border: 1px solid #000;
	font-family: 'Circe Slab C';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 1;
	color: #000;
	padding: 0 15px;
	outline: none;
}

.filter__range + .filter__range {
	margin-top: 6px;
}

.filter__ranges {
	margin-top: 9px;
}

.filter__head {
	display: flex;
	justify-content: space-between;
	padding-bottom: 14px;
	border-bottom: 1px solid #000;
	padding-right: 7px;
	padding-left: 8px;
	margin-bottom: 16px;
	font-family: 'Circe Slab C';
	font-style: normal;
	font-weight: 700;
	font-size: 29px;
	line-height: 31px;
	color: #000;
}

.filter__head label {
	display: inline-flex;
	position: relative;
}

.filter__head span {
	padding-right: 33px;
	position: relative;
	user-select: none;
}

.filter__head span:after {
	content: '';
	position: absolute;
	right: 0;
	top: 6px;
	width: 21px;
	height: 13px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/down-increased.svg);
}

.filter__head select {
	position: absolute;
	opacity: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.select {
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: 'Circe Slab C';
	font-style: normal;
	font-weight: 700;
	font-size: 29px;
	line-height: 31px;
	color: #000;
	background: url(img/down-increased.svg) no-repeat right center;
	border: none;
	outline: none;
	padding: 0 33px 0 0;
}

.filter__params {
	display: flex;
	margin-top: 14px;
	padding-left: 9px;
	padding-right: 36px;
}

.filter__param {
	flex-grow: 1;
}

.filter__check + .filter__check {
	margin-top: 5px;
}

.filter__checks {
	padding-left: 9px;
}

.check {
	display: flex;
	font-family: 'Circe Slab C';
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	line-height: 18px;
	color: #000;
	cursor: pointer;
	user-select: none;
}

.check i {
	flex-shrink: 0;
	width: 19px;
	height: 19px;
	background: #fff;
	border: 1px solid #000;
	margin-right: 5px;
	position: relative;
}

.check span {
	margin-top: 3px;
}

.check input:checked + i:before {
	content: '';
	position: absolute;
	left: 3px;
	right: 3px;
	top: 3px;
	bottom: 3px;
	background: #000;
}

.services {
	padding-top: 50px;
}

.services__title {
	font-family: 'Circe Slab C';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 25px;
	color: #fff;
	padding: 7px 27px 3px;
	background: #BD3026;
	cursor: pointer;
	user-select: none;
}

.services__title:after {
	content: '';
	display: inline-block;
	vertical-align: top;
	margin-top: 7px;
	margin-left: 3px;
	width: 15px;
	height: 10px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/down-white.svg);
	transform: rotate(-180deg);
	transition: all 0.2s ease-out;
}

.services__title.active:after {
	transform: rotate(0);
}

.services__wrapper {
	padding-top: 22px;
	display: none;
}

.services__wrapper.active {
	display: block;
}

.services__columns {
	display: flex;
	flex-wrap: wrap;
	margin: -24px -8px 0;
}

.services__column {
	padding: 0 8px;
	width: 50%;
	margin-top: 24px;
}

.services__row {
	display: flex;
	flex-wrap: wrap;
	margin: -24px -8px 0;
}

.services__col {
	margin-top: 24px;
	padding: 0 8px;
	width: 50%;
}

.services__caption {
	font-family: 'Circe Slab C';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 25px;
	color: #BD3026;
	padding: 12px 15px 8px 76px;
	background: rgba(189, 48, 38, 0.07);
	border-radius: 8px;
	position: relative;
	margin-bottom: 29px;
}

.services__caption_icon1:before {
	content: '';
	position: absolute;
	left: 18px;
	top: 9px;
	width: 29px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/icon1.svg);
}

.services__caption_icon2:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 0px;
	bottom: 0;
	width: 39px;
	height: 43px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/icon2.svg);
}

.services__caption_icon3:before {
	content: '';
	position: absolute;
	left: 14px;
	top: 2px;
	bottom: 0;
	width: 44px;
	height: 39px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/icon3.svg);
}

.services__caption_icon4:before {
	content: '';
	position: absolute;
	left: 9px;
	top: 0px;
	bottom: 0;
	width: 42px;
	height: 43px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/icon4.svg);
}

.services__caption_icon5:before {
	content: '';
	position: absolute;
	left: 24px;
	top: 5px;
	bottom: 0;
	width: 17px;
	height: 34px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/icon5.svg);
}

.services__caption_icon6:before {
	content: '';
	position: absolute;
	left: 21px;
	top: 8px;
	bottom: 0;
	width: 34px;
	height: 32px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/icon6.svg);
}

.services__caption_icon7:before {
	content: '';
	position: absolute;
	left: 15px;
	top: 11px;
	bottom: 0;
	width: 36px;
	height: 24px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/icon7.svg);
}

.services__list {
	font-family: 'Circe Slab C';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 25px;
	color: #000;
}

.services__list ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.services__list li + li {
	margin-top: 19px;
}

.services__list a {
	color: #000;
	text-decoration: none;
	transition: all 0.2s ease-out;
}

.services__list a:hover {
	color: #D4603D;
}

.services__block + .services__block {
	margin-top: 24px;
}

.filter__buttons {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.filter__buttons .button + .button {
	margin-left: 45px;
}

.button {
	font-family: 'Circe Slab C';
	font-style: normal;
	font-weight: 700;
	font-size: 37px;
	line-height: 31px;
	color: #fff;
	background: #BD3026;
	border: 3px solid #fff;
	display: inline-block;
	text-decoration: none;
	padding: 25px 15px;
	min-width: 280px;
	text-align: center;
	transition: all 0.2s ease-out;
}

.button_black {
	background: #000;
}

.button:hover {
	background: #D4603D;
}

/* ==========================================================================
   PREVIEWS
   ========================================================================== */
.previews {
	padding-bottom: 50px;
}

.previews__row {
	display: flex;
	flex-wrap: wrap;
	margin: -74px -37px 0;
}

.previews__col {
	margin-top: 74px;
	padding: 0 37px;
	width: 33.333333%;
}

.preview {
	border-radius: 14px;
	overflow: hidden;
	position: relative;
	background: #fff;
	filter: drop-shadow(0px 2.76617px 11.0647px rgba(0, 0, 0, 0.1));
}

.preview__img {
	position: relative;
	max-height: 600px;
    overflow: hidden;
}
}

.preview__img:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(0.77deg, rgba(0, 0, 0, 0.5) 41.66%, rgba(132, 61, 61, 0) 93.17%);
}

.preview__img img {
	display: block;
	width: 100%;
	height: auto;
}

.preview__vip {
	position: absolute;
	top: 3px;
	left: 5px;
	width: 48px;
	height: 57px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/vip.svg);
}

.preview__name {
	position: absolute;
	right: 0;
	bottom: 0;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 800;
	font-size: 27px;
	line-height: 30px;
	color: #000;
	padding: 13px 60px;
	background: #F9D868;
	border-radius: 14px 0px 0px 0px;
}

.preview__name:after {
	content: '';
	position: absolute;
	top: 0;
	right: 23px;
	width: 37.5px;
	height: 36px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/kiss.png);
}

.preview__line {
	background: #FDF2EF;
	display: flex;
	align-items: center;
	height: 55px;
	padding: 0 5px 0 14px;
	margin-bottom: 4px;
}

.preivew__region {
	display: flex;
	align-items: baseline;
	margin-right: 20px;
}

.preivew__region b {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	line-height: 22px;
	color: #000;
}

.preivew__region span {
	font-family: 'Circe Slab C';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #000;
	padding-left: 31px;
	position: relative;
	margin-left: 69px;
}

.preivew__region span:before {
	content: '';
	position: absolute;
	left: 0;
	top: -4px;
	width: 28px;
	height: 28px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/region.svg);
}

.preview__metro {
	margin-left: auto;
	position: relative;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	line-height: 22px;
	color: #000;
	padding-left: 41px;
}

.preview__metro:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 27px;
	height: 33px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/metro.svg);
}

.preview__phone {
	text-align: center;
	font-family: 'Circe Slab C';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 28px;
	color: #000;
}

.preview__phone span {
	padding-left: 27px;
	position: relative;
	cursor: pointer;
}

.preview__phone span:before {
	content: '';
	position: absolute;
	left: 0;
	top: -5px;
	width: 19px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/phone.svg);
}

.preview__info {
	display: flex;
	font-family: 'Circe Slab C';
	font-style: normal;
	font-weight: 700;
	font-size: 19.3632px;
	line-height: 21px;
	color: rgba(0, 0, 0, 0.89);
}

.preview__col {
	width: 50%;
	padding-bottom: 10px;
	padding-top: 5px;
}

.preview__col:first-child {
	padding-right: 20px;
	padding-left: 15px;
}

.preview__col + .preview__col {
	border-left: 1px solid #000;
	padding-left: 6px;
	line-height: 30px;
	padding-right: 23px;
}

.preview__param {
	display: flex;
}

.preview__param b {
	margin-left: auto;
	font-weight: 700;
}

.preview__mark {
	color: #D4603C;
}

/* ==========================================================================
   BREADCRUMBS
   ========================================================================== */
.breadcrumbs {
	font-family: 'Circe Slab C';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 15px;
	color: #949494;
	padding: 8px 0 3px;
}

.breadcrumbs a {
	text-decoration: none;
	color: #949494;
	transition: all 0.2s ease-out;
}

.breadcrumbs a:hover {
	color: #D4603C;
}

/* ==========================================================================
   NOTE
   ========================================================================== */
.note {
	font-family: 'Circe Slab C';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 25px;
	color: #090909;
	margin-bottom: 6px;
}

.note__block {
	background: linear-gradient(180deg, #FFFFFF 6.11%, rgba(254, 233, 225, 0) 164.44%);
	border: 2px solid rgba(140, 140, 140, 0.8);
	padding: 18px 17px 17px;
}

.note__block a {
	color: #FF0000;
	border-bottom: 1px solid #FF0000;
	transition: all 0.2s ease-out;
	text-decoration: none;
}

.note__block a:hover {
	border-color: transparent;
}

/* ==========================================================================
   CARD
   ========================================================================== */
.card {
	padding-bottom: 40px;
}

.card__columns {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.card__left {
	width: 42%;
	padding: 0 15px;
}

.card__right {
	width: 58%;
	padding: 0 15px;
	padding-top: 5px;
}

.card__previews {
	margin-top: 3px;
}

.card__images {
	border: 3px solid #fff;
	background: #fff;
	margin-bottom: 5px;
}

.card__photo img {
	display: block;
	width: 100%;
	height: auto;
}

.card__preview img {
	display: block;
	width: 100%;
	height: auto;
}

.card__previews .owl-prev {
	position: absolute;
	left: 28px;
	top: 50%;
	transform: translate(0, -50%);
	width: 56px;
	height: 111px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/prev.svg);
	opacity: 0.5;
	font-size: 0;
	transition: all 0.2s ease-out;
}

.card__previews .owl-next {
	position: absolute;
	right: 28px;
	top: 50%;
	transform: translate(0, -50%);
	width: 56px;
	height: 111px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/next.svg);
	opacity: 0.5;
	font-size: 0;
	transition: all 0.2s ease-out;
}

.card__previews .owl-prev:hover,
.card__previews .owl-next:hover {
	opacity: 0.7;
}

.card__gallery {
	display: none;
}

.photo-not-verified {
	font-family: 'Circe Slab C';
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 42px;
	color: #000;
}

.photo-not-verified:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 19px;
	width: 49px;
	height: 46px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/not-verified.svg);
}

.photo-not-verified_decreased {
	font-size: 24px;
	line-height: 25px;
}

.card__head-left {
	margin-right: 45px;
	flex-grow: 1;
}

.card__head-left .photo-not-verified {
	text-align: right;
	margin-top: -7px;
}

.photo-not-verified_decreased:after {
	width: 38px;
	height: 38px;
	margin-left: 12px;
}

.card__head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 22px;
}

.card__name {
	font-family: 'Circe Slab C';
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	line-height: 42px;
	color: #000;
}

.card__metro {
	font-family: 'Circe';
	font-style: normal;
	font-weight: 400;
	font-size: 15.9538px;
	line-height: 24px;
	color: #000;
	margin-top: -15px;
}

.card__metro b {
	font-weight: 400;
	margin-right: 10px;
	margin-top: 15px;
}

.card__metro span {
	padding-left: 24px;
	position: relative;
	display: inline-block;
	line-height: 24px;
	margin-top: 15px;
}

.card__metro span:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 19px;
	height: 15px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/m.svg);
}

.phone {
	display: flex;
	align-items: flex-end;
	margin-bottom: 50px;
}

.phone__label {
	font-family: 'Circe Slab C';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 25px;
	color: #000000;
	margin-right: 34px;
}

.phone__value {
	font-family: 'Circe Slab C';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 25px;
	color: #000;
	margin-bottom: 5px;
	margin-right: 42px;
}

.phone__value span {
	display: inline-block;
	color: #fff;
	background: linear-gradient(93.6deg, #D4271B 43.73%, #FDF2EF 123.09%);
	border-radius: 9px;
	padding: 7px 7px 5px;
	cursor: pointer;
}

.phone__note {
	background: #fff;
	border: 1px solid #E24E4E;
	border-radius: 7px;
	font-family: 'Circe Slab C';
	font-style: normal;
	font-weight: 350;
	font-size: 15.9538px;
	line-height: 22px;
	color: #BE3127;
	padding: 8px 22px;
	text-align: center;
	margin-bottom: 5px;
}

.phone__note span {
	border-bottom: 1px solid #BE3127;
	position: relative;
}

.phone__note span:after {
	content: '';
	position: absolute;
	bottom: 5px;
	right: -23px;
	width: 18px;
	height: 15px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/smile.svg);
}

.card__text {
	font-family: 'Circe Slab C';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 25px;
	color: #000;
	margin-bottom: 50px;
}

.card__text span {
	color: #BD3026;
}

.card__info {
	margin-bottom: 50px;
}

.info__row {
	display: flex;
	flex-wrap: wrap;
	margin: -40px -20px 0;
}

.info__col {
	margin-top: 40px;
	padding: 0 20px;
	width: 33.333333%;
}

.info__caption {
	font-family: 'Circe';
	font-style: normal;
	font-weight: 400;
	font-size: 15.9538px;
	line-height: 24px;
	color: #000;
	margin-bottom: 25px;
}

.info__caption span {
	color: #D4271B;
}

.info__list {
	font-family: 'Circe';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #BAB9B9;
}

.info__list ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.info__list li {
	display: flex;
}

.info__list li + li {
	margin-top: 16px;
}

.info__list b {
	color: #D4271B;
	margin-left: auto;
	padding-left: 10px;
}

.info__block {
	justify-content: space-between;
}

.apartments {
	font-family: 'Circe';
	font-style: normal;
	font-weight: 700;
	font-size: 15.9538px;
	line-height: 24px;
	color: #000;
	text-align: center;
	flex-shrink: 0;
	min-width: 100px;
}

.apartments:before {
	content: '';
	display: block;
	margin: 0 auto 5px;
	width: 52px;
	height: 48px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/apartments.svg);
}

.departure {
	font-family: 'Circe';
	font-style: normal;
	font-weight: 700;
	font-size: 15.9538px;
	line-height: 24px;
	color: #000;
	text-align: center;
	flex-shrink: 0;
	min-width: 100px;
}

.departure:before {
	content: '';
	display: block;
	margin: 0 auto 5px;
	width: 53px;
	height: 35px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/departure.svg);
}

.card__name_mobile {
	display: none;
}

.info__block {
	display: flex;
	align-items: center;
}

.info__block + .info__block {
	border-top: 1px solid #D5271B;
	padding-top: 24px;
	margin-top: 24px;
}

.card__symbols {
	margin-bottom: 45px;
}

.symbols {
	display: flex;
	justify-content: space-between;
}

.symbols__left {
	margin-right: 30px;
}

.symbols__right {
	max-width: 600px;
}

.symbols__caption {
	font-family: 'Circe';
	font-style: normal;
	font-weight: 700;
	font-size: 21.087px;
	line-height: 31px;
	color: #BD3026;
}

.symbols__row {
	display: flex;
	flex-wrap: wrap;
	margin: -20px -15px 0;
}

.symbols__col {
	margin-top: 20px;
	padding: 0 15px;
	width: 50%;
}

.service {
	font-family: 'Circe';
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 28px;
	color: #000;
	padding-left: 42px;
	position: relative;
}

.service_included:before {
	content: '';
	position: absolute;
	left: 2px;
	top: 3px;
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/included.svg);
}

.service_sympathy:before {
	content: '';
	position: absolute;
	left: 1px;
	top: 3px;
	width: 25px;
	height: 23px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/sympathy.svg);
}

.service_not {
	color: #BAB9B9;
}

.card__symbols .service_not {
	color: #000;
}

.service_not:before {
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	width: 23px;
	height: 22px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/not.svg);
}

.service_money:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 32px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/money.svg);
}

.card__caption {
	font-family: 'Circe';
	font-style: normal;
	font-weight: 700;
	font-size: 21.087px;
	line-height: 31px;
	color: #000;
	margin-bottom: 15px;
}

.card__caption:after {
	content: '';
	display: block;
	width: 90px;
	height: 1px;
	background: #BD3026;
}

.card__row {
	display: flex;
	flex-wrap: wrap;
	margin: -30px -15px 0;
}

.card__col {
	margin-top: 30px;
	padding: 0 15px;
	width: 50%;
}

.card__services ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.card__services li + li {
	margin-top: 15px;
}

.card__services + .card__services {
	margin-top: 30px;
}
.content-none {
    width: 100%;
    margin: 74px 0 0 0;
}
.preview__img a {
    max-height: 500px;
    display: block;
}
.preview__img a::before {
    content: '';
    left: 0; right: 0; /* Вся ширин */
    top: 0; bottom: 0; /* Вся высота */
    z-index: -1; /* Фон ниже текста */
    filter: blur(5px); /* Размытие */
   }
.preview__img img {
    display: block;
    height: 500px;
    margin: 0 auto;
     width: auto;

}
.preview__img .bg {
	position: absolute;
    display: block;
    width: 100%;
    height: 500px;
    z-index: -1;
    filter: blur(6px);
    background-size: contain;
}
/* ==========================================================================
   MEDIA
   ========================================================================== */
@media only screen and (max-width : 1599.98px) {
	.header__hot {
		margin-left: 35px;
	}

	.header__city {
		margin-left: 35px;
	}

	.nav__nav li + li {
		margin-left: 30px;
	}

	.hot__text {
		margin-top: 5px;
	}

	.hot {
		align-items: center;
	}

	.hot b {
		display: block;
	}

	.filter__blocks {
		margin-left: -15px;
		margin-right: -15px;
	}

	.filter__block {
		padding: 0 15px;
	}

	.range__label {
		min-width: 70px;
		margin-left: 0;
	}

	.range__input {
		width: 95px;
	}

	.range__hr {
		width: 30px;
	}

	.slider__label {
		margin-left: 0;
	}

	.services__list {
		font-size: 20px;
		line-height: 24px;
	}

	.previews__col {
		padding-left: 15px;
		padding-right: 15px;
	}

	.previews__row {
		margin-left: -15px;
		margin-right: -15px;
	}

	.preview__line {
		display: block;
		height: auto;
		padding: 15px;
	}

	.preview__metro br {
		/*display: none;*/
	}

	.preview__metro {
		margin-top: 10px;
	}

	.preview__col:first-child {
		padding-right: 10px;
	}

	.preview__info {
		font-size: 18px;
	}

	.preview__col + .preview__col {
		padding-right: 15px;
		padding-left: 10px;
	}

	.card__head {
		display: block;
	}

	.card__head-left .photo-not-verified {
		text-align: left;
	}

	.card__metro br {
		display: none;
	}

	.phone {
		flex-wrap: wrap;
		align-items: center;
	}

	.phone__label br {
		display: none;
	}

	.phone__note {
		width: 100%;
		margin: 10px 0 0;
	}

	.info__col {
		width: 50%;
	}

	.symbols {
		display: block;
	}

	.symbols__left {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.card__col .card__col {
		width: 100%;
	}

	.photo-not-verified {
		font-size: 39px;
	}
}

@media only screen and (max-width : 1499.98px) {
	.nav__nav li + li {
		margin-left: 25px;
	}
}

@media only screen and (max-width : 1399.98px) {
	.nav__nav li + li {
		margin-left: 20px;
	}
}

@media only screen and (max-width : 1199.98px) {
	body {
		background: #fff;
	}
.modal {
	 top: 0%;
    left: 0%;
    height: 100%;
    overflow: auto;
}
	.navbar-cast {
		position: fixed;
		overflow-y: auto;
		left: -290px;
		top: 0;
		bottom: 0;
		background: #fff;
		border-right: 2px solid #DADADA;
		z-index: 20;
		width: 290px;
		padding: 40px 20px 30px;
		transition: all 0.2s ease-out;
	}

	.navbar-cast.active {
		left: 0;
	}

	.navbar-cast .container {
		width: 100%;
		padding: 0;
	}

	.nav__links {
		margin-top: 15px;
	}

	.navbar__close {
		display: block;
	}

	.nav {
		border: none;
		background: none;
	}

	.add {
		margin-bottom: 15px;
		margin-left: -20px;
		margin-right: -20px;
		padding: 15px 20px;
	}

	.add__row {
		display: block;
	}

	.navbar-cast .city {
		display: block;
		margin-bottom: 20px;
	}

	.nav__nav ul {
		display: block;
	}

	.nav__nav li + li {
		margin-left: 0;
		margin-top: 15px;
	}

	.nav__row {
		display: block;
	}

	.header__hot {
		display: none;
	}

	.header__city {
		display: none;
	}

	.header__age {
		display: none;
	}

	.wrapper {
		padding-top: 62px;
	}

	.header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 10;
		border-bottom: 2px solid #DADADA;
		background: #fff;
	}

	.header:before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: linear-gradient(180deg, #FFF0EB -30%, rgba(255, 203, 186, 0) 57.24%);
	}

	.header__row {
		height: 60px;
		position: relative;
		justify-content: space-between;
	}

	.header__logo {
		width: 198px;
		margin-left: 0;
	}

	.header__btn {
		display: inline-block;
	}

	.header__profile {
		display: inline-block;
	}

	.filter {
		padding: 20px 0;
	}

	.filter__wrapper {
		padding-top: 16px;
		padding-bottom: 0;
	}

	.filter__title span {
		display: block;
		font-size: 24px;
		line-height: 25px;
		color: #fff;
		background: #BD3026;
		padding: 3px 0 1px;
	}

	.filter__title span:after {
		position: static;
		display: inline-block;
		width: 15px;
		height: 12px;
		margin-left: 2px;
		background-image: url(img/down-white-filter.svg);
	}

	.filter__caption {
		font-size: 24px;
		line-height: 25px;
		padding: 8px 19px 5px;
		margin-bottom: 0;
	}

	.filter__blocks {
		margin-left: -8px;
		margin-right: -8px;
	}

	.filter__block {
		padding: 0 8px;
	}

	.slider__label {
		font-size: 16px;
		line-height: 17px;
		min-width: 70px;
		margin-right: 10px;
		margin-left: 12px;
	}

	.filter__slider + .filter__slider {
		margin-top: 10px;
	}

	.range__label {
		font-size: 16px;
		line-height: 17px;
		min-width: 70px;
		margin-right: 10px;
		margin-left: 12px;
	}

	.range__input {
		flex-grow: 1;
		width: auto;
	}

	.range__hr {
		width: 25px;
		flex-shrink: 0;
		margin-bottom: 9px;
	}

	.range__input input[type="text"] {
		height: 18px;
	}

	.range__caption {
		font-size: 8px;
		line-height: 1;
		margin-bottom: 1px;
	}

	.filter__range + .filter__range {
		margin-top: 14px;
	}

	.filter__head {
		font-size: 24px;
		line-height: 25px;
		padding: 0 6px 10px;
	}

	.filter__head span:after {
		width: 17px;
		height: 11px;
	}

	.check {
		font-size: 14px;
		line-height: 15px;
	}

	.check i {
		width: 16px;
		height: 16px;
	}

	.filter__checks {
		padding-left: 6px;
	}

	.filter__params {
		padding: 0 6px;
		margin: 15px 0 0;
	}

	.filter__ranges {
		margin-top: 7px;
	}

	.filter__sliders {
		margin-top: 20px;
	}

	.filter__head {
		margin-bottom: 13px;
	}

	.filter__head span {
		padding-right: 27px;
	}

	.check i {
		margin-right: 4px;
	}

	.filter__check + .filter__check {
		margin-top: 4px;
	}

	.services {
		padding-top: 20px;
	}

	.services__title {
		padding: 9px 19px 5px;
	}

	.services__title:after {
		margin-left: 8px;
		margin-top: 6px;
		width: 17px;
		height: 11px;
	}

	.services__wrapper {
		padding-top: 15px;
	}

	.services__caption {
		font-size: 14px;
		line-height: 15px;
		padding: 7px 20px 3px;
		border-radius: 4px;
		margin-bottom: 8px;
	}

	.services__caption_icon4 {
		padding-left: 27px;
	}

	.services__caption_icon4:before {
		width: 17px;
		height: 17px;
		left: 5px;
		top: 5px;
	}

	.services__caption_icon1 {
		padding-left: 38px;
	}

	.services__caption_icon1:before {
		width: 15px;
		height: 17px;
		left: 10px;
		top: 4px;
	}

	.services__caption_icon2 {
		padding-left: 38px;
	}

	.services__caption_icon2:before {
		width: 22px;
		height: 25px;
		left: 6px;
		top: 0;
	}

	.services__caption_icon7 {
		padding-left: 38px;
	}

	.services__caption_icon7:before {
		width: 25px;
		height: 20px;
		left: 3px;
		top: 5px;
	}

	.services__caption_icon5 {
		padding-left: 30px;
	}

	.services__caption_icon5:before {
		width: 10px;
		height: 21px;
		left: 8px;
		top: 2px;
	}

	.services__caption_icon3 {
		padding-left: 37px;
	}

	.services__caption_icon3:before {
		width: 18px;
		height: 16px;
		left: 6px;
		top: 5px;
	}

	.services__caption_icon6 {
		padding-left: 42px;
	}

	.services__caption_icon6:before {
		width: 17px;
		height: 17px;
		left: 12px;
		top: 5px;
	}

	.services__list {
		font-size: 14px;
		line-height: 15px;
	}

	.services__list li + li {
		margin-top: 8px;
	}

	.services__block + .services__block {
		margin-top: 13px;
	}

	.services__row {
		margin: -13px -17px 0;
	}

	.services__col {
		margin-top: 13px;
		padding: 0 17px;
	}

	.services__columns {
		margin: -13px -17px 0;
	}

	.services__column {
		margin-top: 13px;
		padding: 0 17px;
	}

	.button {
		font-size: 24px;
		line-height: 1;
		padding: 13px 20px;
		min-width: 180px;
	}

	.filter__buttons .button + .button {
		margin-left: 30px;
	}

	.filter__buttons {
		margin-top: 15px;
	}

	.preview__vip {
		width: 31px;
		height: 36px;
		left: 15px;
	}

	.preview {
		border-radius: 9px;
	}

	.preview__name {
		font-size: 17px;
		line-height: 19px;
		padding: 7px 37px 8px;
		border-radius: 9px 0 0 0;
	}

	.preview__name:after {
		width: 24px;
		height: 23px;
		right: 10px;
	}

	.previews__col {
		width: 50%;
	}

	.preview__line {
		display: flex;
		padding: 3px 9px;
	}

	.preivew__region b {
		font-size: 11px;
		line-height: 14px;
	}

	.preivew__region span {
		font-size: 11px;
		line-height: 14px;
		margin-left: 40px;
	}

	.preview__metro {
		font-size: 11px;
		line-height: 14px;
	}

	.preivew__region span:before {
		width: 18px;
		height: 18px;
		top: -3px;
	}

	.preivew__region span {
		padding-left: 20px;
	}

	.preview__metro {
		padding-left: 27px;
		margin-top: 0;
	}

	.preview__metro:before {
		width: 17px;
		height: 20px;
	}

	.preview__phone {
		font-size: 14px;
		line-height: 17px;
	}

	.preview__phone span:before {
		width: 12px;
		height: 16px;
		top: -3px;
	}

	.preview__phone span {
		padding-left: 18px;
	}

	.preview__info {
		font-size: 12px;
		line-height: 13px;
	}

	.preview__col + .preview__col {
		line-height: 17px;
	}

	.preview__col:first-child {
		padding-left: 9px;
		padding-right: 12px;
	}

	.preview__col + .preview__col {
		padding-left: 12px;
		padding-right: 13px;
	}

	.previews__row {
		margin: -18px -9px 0;
	}

	.previews__col {
		margin-top: 18px;
		padding: 0 8px;
	}

	.breadcrumbs {
		padding: 10px 0;
	}

	.note__block {
		font-size: 14px;
		line-height: 15px;
		padding: 10px 14px;
	}

	.card__columns {
		/*display: block;*/
	}

	.card__name {
		font-size: 24px;
		line-height: 25px;
		margin-bottom: 10px;
	}

	.card__left .photo-not-verified {
		display: none;
	}

	.photo-not-verified_decreased {
		font-size: 20px;
		line-height: 1;
	}

	.photo-not-verified_decreased:after {
		width: 20px;
		height: 20px;
		position: relative;
		top: -1px;
	}

	.card__head-left {
		margin-bottom: 10px;
	}

	.card__metro span {
		margin-right: 20px;
	}

	.card__metro b {
		margin-right: 20px;
	}

	.card__metro {
		display: flex;
		align-items: baseline;
		flex-wrap: wrap;
	}

	.phone__label {
		font-size: 18px;
		line-height: 19px;
	}

	.phone__value {
		font-size: 16px;
		line-height: 17px;
		margin-bottom: 0;
	}

	.phone__value span {
		border-radius: 10px;
		padding: 11px 10px 9px 30px;
		position: relative;
	}

	.phone__value span:before {
		content: '';
		position: absolute;
		width: 17px;
		height: 17px;
		left: 7px;
		top: 9px;
		background-repeat: no-repeat;
		background-size: 100%;
		background-image: url(img/telephone.svg);
	}

	.card__text {
		font-size: 20px;
		line-height: 21px;
	}

	.card__info {
		margin-bottom: 35px;
	}

	.phone {
		margin-bottom: 25px;
	}

	.card__previews .owl-prev,
	.card__previews .owl-next {
		width: 35px;
		height: 70px;
	}

	.card__previews .owl-prev {
		left: 10px;
	}

	.card__previews .owl-next {
		right: 10px;
	}
}

@media only screen and (max-width : 991.98px) {
	* {
		-webkit-tap-highlight-color: transparent;
	}

	.filter__block {
		width: 50%;
	}

	.filter__block:last-child {
		width: 100%;
	}

	.card {
		padding-top: 10px;
	}

	.card__left {
		width: 100%;
		margin-bottom: 10px;
	}

	.card__right {
		width: 100%;
	}

	.card__right .card__name {
		display: none;
	}

	.card__name_mobile {
		display: block;
		text-align: center;
	}

	.note {
		margin-bottom: 0;
	}

	.note__block {
		border-bottom-width: 5px;
	}

	.card__images {
		border: none;
	}

	.card__head {
		margin-bottom: 15px;
	}

	.info__col:first-child {
		width: 100%;
	}

	.info__block {
		justify-content: flex-start;
	}

	.info__block .info__list {
		margin-left: 100px;
		min-width: 200px;
	}

	.phone__value {
		margin-right: 0;
	}
}

@media only screen and (max-width : 767.98px) {
	

#city_modal ul {
    columns: 3;
}
	.container {
		padding: 0 20px;
	}

	.services__col {
		width: 100%;
	}

	.preivew__region span {
		margin-left: 10px;
	}
}

@media only screen and (max-width : 575.98px) {
	
	.modal {
      height: 100%;
    overflow: auto;
}

#city_modal ul {
    columns: 2;
}
	.filter__block {
		width: 100%;
	}

	.previews__col {
		width: 100%;
	}

	.filter__buttons .button {
		min-width: inherit;
	}

	.filter__buttons .button {
		flex-grow: 1;
		padding-left: 10px;
		padding-right: 10px;
	}

	.preivew__region span {
		margin-left: 30px;
	}

	.filter .container {
		padding: 0;
	}

	.filter__caption {
		padding-left: 20px;
		padding-right: 20px;
	}

	.slider__label {
		margin-left: 0;
	}

	.filter__sliders {
		padding: 0 20px;
	}

	.range__label {
		margin-left: 0;
	}

	.filter__ranges {
		padding: 0 20px;
	}

	.filter__params {
		padding: 0;
	}

	.range__input {
		width: 82px;
	}

	.filter__head {
		padding-left: 17px;
		padding-right: 17px;
	}

	.filter__checks {
		padding-left: 20px;
	}

	.services__title {
		padding-left: 20px;
		padding-right: 20px;
	}

	.services__columns {
		padding-left: 20px;
		padding-right: 20px;
	}

	.services__caption {
		white-space: nowrap;
	}

	.info__block .info__list {
		margin-left: auto;
		min-width: inherit;
	}

	.info__col {
		width: 100%;
	}

	.symbols__col {
		width: 100%;
	}

	.card__col {
		width: 100%;
	}

	.card__images {
		margin-left: -20px;
		margin-right: -20px;
	}

	.note {
		margin-left: -20px;
		margin-right: -20px;
	}

	.phone__label {
		margin-right: 19px;
	}
}

@media only screen and (max-width : 389.98px) {
	#city_modal ul {
    columns: 1;
}
	.phone__label {
		margin-right: 15px;
		font-size: 17px;
	}

	.phone__value {
		font-size: 15px;
	}

	.phone__note {
		padding-left: 20px;
		padding-right: 20px;
	}

	.phone__value span {
		/*padding-left: 10px;*/
		/*padding-right: 10px;*/
	}

/*	.phone__value span:before {
		display: none;
	}*/

	.card__right {
/*		margin-left: -10px;
		margin-right: -10px;*/
	}
}

/*==========  Mobile First Method  ==========*/
@media only screen and (min-width : 576px) {

}

@media only screen and (min-width : 768px) {

}

@media only screen and (min-width : 992px) {

}

@media only screen and (min-width : 1200px) {

}